projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7da0e9b
)
(byte-optimize-nthcdr): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Aug 1995 06:44:48 +0000
(06:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 1 Aug 1995 06:44:48 +0000
(06:44 +0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index 46d812299f77fc009c1d63695530512ca2ea06fd..9d69a2fc75e6b77e7847ed419c6d74976282f790 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-1041,7
+1041,7
@@
(byte-optimize-predicate form)
(let ((count (nth 1 form)))
(setq form (nth 2 form))
- (while (> (setq count (1- count)) 0)
+ (while (>
=
(setq count (1- count)) 0)
(setq form (list 'cdr form)))
form)))
\f